home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Else < prev    next >
Text File  |  1997-04-10  |  792b  |  30 lines

  1.  
  2.  
  3.  
  4.              Else (1.3 in C:) (2.x/3.x internal)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Else - FALSE clause of IF conditional.
  10.  
  11.      SYNOPSIS
  12.           Else
  13.  
  14.      DESCRIPTION
  15.             Else is used in combination with IF to perform 
  16.         conditional testing.  If the IF conditional fails, 
  17.         control will be passed to the commands following the 
  18.         ELSE.  If the IF conditional succeeds, then the commands 
  19.         following the ELSE (up to the concluding ENDIF) will be 
  20.         skipped.
  21.  
  22.             Note that Workbench 2.x and above contains a builtin 
  23.         version of this command.  The 1.3 of Else cannot be 
  24.         executed outside of a script, while the 2.x/3.x version 
  25.         of Else can be executed inside or out of a script file.
  26.  
  27.      SEE ALSO
  28.           IF ENDIF Execute
  29.  
  30.